home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 March
/
CMCD0305.ISO
/
Software
/
Demo
/
Elearn
/
Fizica
/
vol2
/
interfata.swf
/
scripts
/
DefineButton2_187
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2005-01-03
|
808b
|
26 lines
on(press){
ss = String(this._name);
if(cimp_titlu._alpha != 50)
{
id = ss.split("ob");
id = id[1];
_cnt = _parent._parent.descrie.firstChild.childNodes[id];
_root.fer.cerinte.htmlText = _cnt.attributes.cerinte;
_root.fer.timp.htmlText = _cnt.attributes.timp;
_root.fer.cerinteDesc.htmlText = _cnt.childNodes[0];
_root.fer.keys.htmlText = _cnt.childNodes[3];
_root.fer.interact.htmlText = _cnt.childNodes[1];
_root.fer._TTT.htmlText = _cnt.childNodes[2].firstChild;
_root.fer.scr.setScrollContent("_TTT");
_root.fer._visible = true;
_root.hider._visible = true;
rect._visible = true;
_global.whoCalled = this;
}
else
{
trace("only DEMO");
_root.demoVerze.play();
}
}